home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / C / Mesa / include / mondello / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-05  |  157 b   |  10 lines

  1. #ifndef MISC_H
  2. #define MISC_H
  3.  
  4. void PCILock();
  5. void PCIUnlock();
  6. int PCIIn(int device, int address);
  7. void PCIOut(int device, int address, int data);
  8.  
  9. #endif
  10.